'Declaration Public Function New( _
ByVal processingCommandThe processing command information.As IProcessingCommandInfo, _
ByVal targetThe processing target.As System.Object, _
ByVal resultsThe processing results.As System.Collections.Generic.ICollection_
)
public CompositeProcessingResult(
IProcessingCommandInfo processingCommand,
System.Object target,
System.Collections.Generic.ICollectionresults
)
public: CompositeProcessingResult(
IProcessingCommandInfo* processingCommand,
System.Object target,
System.Collections.Generic.ICollectionresults
)
public:
CompositeProcessingResult(
IProcessingCommandInfo^ processingCommand,
System.Object target,
System.Collections.Generic.ICollectionresults
)
Parameters
- processingCommand
- The processing command information.
- target
- The processing target.
- results
- The processing results.